home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / BDIR.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  1.9 KB  |  61 lines

  1. <html>
  2. <title>Internet Service Manager</title>
  3. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  4. <h1>Select Directory</h1>
  5. <%!GenerateDirList arg3%>
  6.  
  7.  
  8. <hr>
  9. <form method="POST" action="/scripts/iisadmin/ism.dll?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
  10. <table border=0 width=550 nowrap><tr>
  11. <td><FONT COLOR=000000> Selected Directory: </FONT><%rootdir%></td>
  12. <td align=right><input type="submit" name="ok" value="     OK     ">
  13. <input type="submit" name="cancel" value=" Cancel "></td>
  14. </tr></table></form>
  15. <hr>
  16.  
  17. Drives:
  18. <dl>
  19. <%beginiteration drivecount%>
  20. <%if drivetypeentry EQ 3%>
  21. <img alt="Hard disk" src="/iisadmin/hd.gif">
  22. <a href="/scripts/iisadmin/ism.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
  23. <%elif drivetypeentry EQ 4%>
  24. <img alt="Network share" src="/iisadmin/nd.gif">
  25. <a href="/scripts/iisadmin/ism.dll?dir/bdir+<%arg1%>?<%arg2%>?<"&z",%drivenameentry%>"><%drivenameentry%><%drivelabelentry%></a><br>
  26. <%else%>
  27. <%endif%>
  28. <%enditeration%>
  29. </dl>
  30. <hr>
  31.  
  32. Directories:
  33. <%beginiteration dircompcount%>
  34. <dl><img alt="Folder" src="/iisadmin/of.gif"><a href="/scripts/iisadmin/ism.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",dirfcompentry%>"><%dircompentry%></a>
  35. <%enditeration%><dl>
  36.  
  37. <%beginiteration dircount%>
  38. <img alt="Folder" src="/iisadmin/cf.gif">
  39. <a href="/scripts/iisadmin/ism.dll?dir/bdir+<%arg1%>?<%arg2%>?<%"&z",basedir%>%5c<%direntry%>"><%direntry%></a><br>
  40. <%enditeration%>
  41.  
  42. <%beginiteration dircompcount%>
  43. </dl>
  44. <%enditeration%>
  45. </dl>
  46. <hr><br>
  47.  
  48. New directory name:
  49. <form method="POST" action="/scripts/iisadmin/ism.dll?dir/bdiru+<%arg1%>?<%arg2%>?<%"&z",rootdir%>">
  50. <table border=0 width=550 nowrap><tr>
  51.  <td><input type="text" name="cdirname" value="" size=40></td>
  52.  <td align=right><input type="submit" name="cdir" value="Create Directory"></td>
  53. </tr></table>
  54. </form>
  55. <hr><br>
  56.  
  57. </form>
  58.  
  59. </body>
  60. </html>
  61.